@media screen and (max-width: 1400px) {
  .footer-logo img {
    height: 170px;
  }
}

@media screen and (max-width: 1150px) {
  .value-number img {
    height: 200px;
  }
  .footer-logo img {
    height: 150px;
  }
}

@media screen and (max-width: 1100px) {
  .footer-logo img {
    height: 125px;
  }
}

@media screen and (max-width: 900px) {
  .values-container {
    flex-direction: column;
  }

  .value-box {
    min-height: 260px;
  }
  .hero-subtext h2 {
    width: 90%;
  }
  .contact-container {
    flex-direction: column;
  }

  .contact-information .inner {
    padding: 0px;
  }

  .contact-form form {
    padding-right: 0px;
  }

  .contact-form input[type="submit"] {
    margin: 30px 0;
  }
  .footer-logo img {
    height: 100px;
  }
}

@media screen and (max-width: 850px) {
  .footer-address p,
  .footer-address a,
  .bottom-footer .inner p,
  .bottom-footer .inner a {
    font-size: 16px;
  }

  .social-media a img {
    height: 20px;
  }
}

@media screen and (max-width: 700px) {
  .logo-container img {
    height: 80px;
  }
  .footer-logo img {
    height: 80px;
  }

  .bottom-footer .inner {
    flex-direction: column;
  }
}

@media screen and (max-width: 650px) {
  .value-box h4 {
    font-size: 32px;
  }
  .value-box p {
    font-size: 18px;
  }
  .hero-text h1 {
    font-size: 49px;
  }
}

@media screen and (max-width: 550px) {
  .logo-container img {
    height: 67px;
  }
  .footer-logo img {
    height: 63px;
  }
}

@media screen and (max-width: 480px) {
  .value-number img {
    height: 175px;
  }
  .hero-subtext h2 {
    padding: 50px 0;
  }
  .department-container {
    flex-direction: column;
    align-items: center;
    padding: 50px 0px;
    text-align: center;
  }
  .client-logo-container {
    flex-direction: column;
    gap: 30px;
    padding: 50px 0;
  }

  .single-logo-img {
    height: 100px;
  }
}

@media screen and (max-width: 470px) {
  .logo-container img {
    height: 45px;
  }
  .footer-logo img {
    height: 45px;
  }

  @keyframes move-text-blue {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(10vw);
    }
  }
  @keyframes move-text-red {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(20vw);
    }
  }
  @keyframes move-text-yellow {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(50vw);
    }
  }
}

@media screen and (max-width: 460px) {
  .bottom-footer .inner {
    flex-direction: column;
  }

  .bottom-footer .inner p {
    display: flex;
    flex-direction: column;

    align-items: center;
  }

  .contact-form input[type="submit"] {
    width: 100%;
    margin-top: 50px;
  }
  .pp-main {
    padding: 10px 0px;
  }
}

